@charset "utf-8";

@media all and (min-width: 480px) and (max-width: 1020px) {
	
	.maxw {
		max-width: 1020px;
	}
    .menuu,.clear{
		display:none;
	}
	header {
		width: 100%;
		border-bottom: #fff solid 4px;
		margin: 0 auto;
		overflow: hidden;
		background-color: rgba(0, 0, 0, 0.6);
	}

	header .main {
		width: 96%;
		margin: 20px auto;
		overflow: hidden;
	}

	header .main .logo {
		float: left;
		width: 20%;
		margin-top: 18px;
		overflow: hidden;
		text-align: center;
	}

	header .main .logo img {
		display: block;
		float: left;
		max-width: 100%;
	}

	header .main .language {
		float: right;
		margin-top: 20px;
		text-align: center;
	}

	header .main .language a {
		display: block;
		font-size: 17px;
		float: left;
		color: #FFF;
	}

	header .main .language i {
		display: block;
		float: left;
		width: 2px;
		height: 16px;
		background: #FFF;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 5px;
		font-style: normal;
	}

	header .main .menu {
		float: left;
		overflow: hidden;
		width: 68%;
	}

	header .main .menu .tab {
		margin: 0 auto;
		overflow: hidden;
		width: 100%;
	}

	header .main .menu .tablist {
		display: none;
	}

	header .main .menu .tab ul {
		margin: 0 auto;
		overflow: hidden;
		width: 100%;
	}

	header .main .menu .tab ul li {
		float: left;
		overflow: hidden;
		width: 33.33%;
		text-align: center;
		line-height: 30px;
	}

	header .main .menu .tab ul li a {
		font-size: 18px;
		color: #FFF;
	}
}

@media all and (max-width:480px) {
	
	.maxw {
		max-width: 480px;
	}
    
	
	.clear{
		width: 40px;
    height: 40px;
	top:8px;
		right:2%;
    background: url(./images/menu.png) no-repeat center center;
    background-size: 30px auto;
    position: absolute;
   
	}
	.menuu{
		top: 57px;
		    display: none;
    position: absolute;
    height: 1000px;
    background: #000;
    z-index: 1000;
    
    left: 0;
    width: 100%;
	}
	.main .on{
		background: url(./images/menu1.png) no-repeat center center;
    background-size: 30px auto;
	}
	
	 .menuu ul li {
    float: none;
    line-height: 40px;
    margin: 0 10px;
    text-align: left;
    border-bottom: 1px solid #454545;
}

    .menuu ul li a {
    display: block;
    text-align: left;
	color:#fff;
}
    .menuu ul li a span{
		color:#fff;
	}
	
	
	header {
		width: 100%;
		margin: 0 auto;
		
		background-color: rgba(0, 0, 0, 0.6);
		padding-bottom: 10px;
		/* height:120px; */
		height:47px;
		border-bottom: #fff solid 4px;
		overflow: hidden;
	}

	header .main {
		width: 94%;
		margin: 0 auto;
		overflow: hidden;
	}

	header .main .logo {
		margin-top: 10px;
		margin-bottom:20px;
		float:left;
		position: relative;
		/* width: 70%; */
		width: 133px;
		overflow: hidden;
		text-align: center;
	}

	header .main .logo img {
		display: block;
		float:left;
	}

	header .main .language{
		width: 20%;
		top:12px; 
		/* right:2%; */
		right:15%;
		line-height: 30px;
		text-align: center;
		position: absolute;
	}

	header .main .language a {
		display: block;
		font-size: 17px;
		float: left;
		color: #FFF;
	}

	header .main .language i {
		display: block;
		float: left;
		width: 2px;
		height: 16px;
		background: #FFF;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 8px;
		font-style: normal;
	}

	header .main .menu {
		position: absolute;
		top:60px;
		margin: 0 auto;
		overflow: hidden;
		width: 100%;
	}

	header .main .menu .tab {
		margin: 0 auto;
		overflow: hidden;
		width: 100%;
		display:none;
	}

	header .main .menu .tablist {
		display: none;
	}

	header .main .menu .tab ul {
		margin: 0 auto;
		overflow: hidden;
		width: 100%;
	}

	header .main .menu .tab ul li {
		float: left;
		overflow: hidden;
		width: 33.33%;
		text-align: center;
		line-height: 30px;
	}

	header .main .menu .tab ul li a {
		font-size: 17px;
		color: #FFF;
	}
}




